home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / picmanip / pic_r2z / tga2raw / tga2raw.doc < prev    next >
Text File  |  1995-05-05  |  5KB  |  127 lines

  1.  
  2. Targa to Quick Ray Trace Converter
  3. Documentation
  4.  
  5. Version 1.00
  6. Released April 19, 1992
  7.  
  8. by Lonny L. Pursell
  9. (C)1992 by Lonny L. Pursell and Encom
  10. All rights reserved.
  11.  
  12.  
  13. FREEWARE
  14. --------
  15. I decided this program should be released as FreeWare since it's fairly
  16. simple to operate and doesn't really do that much.
  17.  
  18.  
  19. DISCLAIMER
  20. ----------
  21. This document and all versions of this program are
  22. Copyright 1992 by Lonny L. Pursell and Encom
  23. All rights reserved.
  24.  
  25. I (the author) am NOT responsible for any damage to hardware or the
  26. loss of data due to the use or misuse of this program.
  27. This program is NOT to be sold for profit nor can it be included in
  28. any commercial package without the express written permission of the
  29. author.
  30. This documentation and the program cannot be modified in any way and
  31. must remain together as a package.
  32.  
  33. WHAT IS IT?
  34. -----------
  35.     Converts Targa files to Quick Ray Trace files.
  36.  
  37. This documentation assume you already have the Quick Ray Trace package
  38. (QRT for short) and know how to operate RAW2SPEC.PRG contained within it.
  39.  
  40. INTRO
  41. -----
  42.     As you know QRT comes with a Spectrum 512 post processor.  It doesn't
  43. do any scaling or at least the version I have doesn't, but it does have 3
  44. levels of dithering to choose from.  I purchased Prism-Render before
  45. getting a TT so I came up with this file converter so I could at least
  46. view Targa files at my ST's maximum color resolution.  If you render at
  47. 320x200 then RAW2SPEC.PRG will do an excellent job of converting your
  48. Targa files to Spectrum 512 format.  That is after you convert your Targa
  49. file to QRT's RAW format.
  50.  
  51.  
  52. USING THE PROGRAM
  53. -----------------
  54.     First you should know the following:
  55. This utility will only read Targa files generated by Prism-Render.
  56. Prism-Render only uses a very small subset of the Targa file format
  57. so if Lexicor decides to incorporate some of these other options in
  58. future versions of Prism-Render then this utility will surely break.
  59. Due to the reverse nature of the Targa file format the entire Targa file
  60. must be buffered.  This means that if you have a 192K Targa file you'd
  61. better have 192K+ if you want to even think about converting it.
  62.  
  63.     Simply load the program from the GEM Desktop.  After it's loaded
  64. the file selector will appear prompting you for the input Targa file.
  65. Selecting 'Cancel' will return you to the GEM Desktop.  Select the
  66. Targa file you wish to convert and select 'Ok'.  The Targa file you
  67. selected will be loaded and then the file selector will appear again.
  68. This time select the output QRT file and select 'Ok'.  Again, selecting
  69. 'Cancel' will return you to the GEM Desktop.  The QRT file will be written
  70. and you will be returned to the GEM Desktop.
  71.  
  72. Well, that's all there is to it.  Pretty simple, eh?
  73.  
  74.  
  75. ADDITIONAL INFORMATION
  76. ----------------------
  77. This program was written on a stock Mega ST2 with TOS 1.4 and works
  78. in all ST resolutions.  It was coded in GFA-Basic 3.6TTE which is the
  79. best Basic for the ST/STE/TT!
  80.  
  81. If an error is detected you will be alerted and the program will try
  82. to recover if it can.  All open files will be closed. 
  83.  
  84. Maybe with some prompting from outside sources I could be talked into
  85. adding 320x200 auto-scaling to this utility?
  86.  
  87.  
  88. User Support
  89. ------------
  90. This program was released as FreeWare, which means I don't expect
  91. anything in return from others using it.  If for some reason you feel
  92. you must send me something, then by all means do so.  If you simply want
  93. to send me a letter telling me you like or dislike the program, that's
  94. ok too.
  95.  
  96.    I can be reached via U.S. Mail at this address...
  97.  
  98.        Lonny Pursell
  99.        ATTN: TGA2RAW
  100.        P.O. Box 145
  101.        Pandora, OH  45877
  102.  
  103.        TEL: (419)-384-3594  (ask for Lonny)
  104.  
  105.    or I can be reached via modem on this fine BBS...
  106.  
  107.        CodeHead Quarters BBS
  108.        (213)-461-2095
  109.        1200/2400/9600 baud
  110.        Username: Lonny Pursell
  111.  
  112. If you have a problem with this program or you discover a bug, then I
  113. urge you to contact me.  If so, please include the version number.
  114. Thanks for any support you might send my way!
  115.  
  116.  
  117. Acknowledgments
  118. ---------------
  119. Atari is a trademark of Atari Corp.
  120. GEM, GEM Desktop, and DRI are trademarks of Digial Reasearch Inc.
  121. GFA and GFA Basic are trademarks of GFA Systemtechnik
  122. QRT source and executable is Copyright 1988 Steve Koren.
  123. QRT ST port by Robert Barnhardt.
  124. Prism-Render is Copyright 1992 by Paul Dana
  125. All other items mentioned are copyrighted by their respective owners.
  126.  
  127.